home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1999 April / Software of the Month - Ultimate Collection Shareware 260.iso / pc / Business / helpdesk / u2lfinra.dll / string.txt
Text File  |  1998-11-08  |  1KB  |  25 lines

  1. 1        FRCurrentRatio(CurrentAssets, CurrentLiabilities)
  2. 2        FRQuickRatio(CurrentAssets, Inventories, CurrentLiabilities)
  3. 3        FRDebtEquityRatio(TotalLiabilities, TotalEquity)
  4. 4        FREquityVsTotalAssets(TotalEquity, TotalAssets)
  5. 5        FRNetProfitMargin(NetProfit, Sales)
  6. 6        FRGrossProfitMargin(GrossProfit, Sales)
  7. 7        FROperatingProfitMargin(OperatingProfit, Sales)
  8. 8        FRInterestCoverage(CashFlow, InterestExpenses)
  9. 9        FRCashFlowVsTotalDebt(CashFlow, TotalDebt)
  10. 10        FRReturnOnEquity(NetProfit, TotalEquity)
  11. 11        FRReturnOnNetFixedAssets(NetProfit, NetFixedAssets)
  12. 12        FRReturnOnTotalAssets(NetProfit, TotalAssets)
  13. 13        FRReturnOnInvestedCapital(NetProfit, TotalBankDebts, TotalEquity)
  14. 14        FRReturnOnCommonEquity(NetProfit, PreferredDividend, CommonEquity)
  15. 15        FREarningsPerCommonShare(NetProfit, PreferredDividend, NumOfCommonShare)
  16. 16        FRAccRecTurnover(AccountReceivable, Sales, NumOfDays)
  17. 17        FRInventoryTurnover(Inventory, Sales, NumOfDays)
  18. 18        FRPriceEarningsRatio(MarketPrice, EarningsPerShare)
  19. 19        FRDividendYield(Dividend, MarketPrice)
  20. 20    no error
  21. 21    Parameter(s) cannot be negative
  22. 22    Current assets cannot be smaller than Inventories
  23. 23    Equity cannot be greater than Total Assets
  24. 24    Preferred Dividend should be smaller than Net Profit
  25.